connect

Use targetConnectionID if you wish to change the ID after connection.

NetConnectStatus
connect
(
NetIPAddress ip
,
uint id = NetID.server
)

Parameters

ip NetIPAddress

The IPAddress to connect

id uint

The ID within the IP

Return Value

Type: NetConnectStatus

Status. Almost always will be pending

Meta